home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1276 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: news.compuserve.com!newsmaster
  2. From: <75151.03563@compuserve.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Help : C++ memory question
  5. Date: 10 Jan 1996 07:47:06 GMT
  6. Organization: CompuServe Incorporated
  7. Message-ID: <4cvqtq$7g9@dub-news-svc-3.compuserve.com>
  8. NNTP-Posting-Host: dd74-136.compuserve.com
  9. Content-Type: text/plain
  10. Content-length: 842
  11. X-Newsreader: AIR Mosaic (16-bit) version 1.00.198.07
  12.  
  13.  
  14.  Chudail@msn.com (Manish Katyal) writes:
  15. >
  16. >  Hi,
  17. >     I'm using Visual C++ on Windows 3.x and am running 
  18. >into memory problems (dont' we all ?)
  19. >The problem that I'm having is that I run out of windows handles as I 
  20. >have a very resource intensive application.
  21. >
  22.  
  23. What is your program doing that it requires that many window handles.  Is
  24. it possible you could restructure your program, so that it doesn't need so
  25. many windows open at a time ? I've worked on some complex projects
  26. and never had a problem with a single program eating up all of the handle
  27. resources.  Maybe if you could give some more detail about what you are
  28. doing I could help more.
  29.  
  30. You  also might wnat to try posting this to a windows specific group, since
  31. this is more of a windows question, than a C++ one.
  32.  
  33. Tom Keane
  34. 75151,03563@compuserve.com
  35.  
  36.